ActiveRow Property

       

Returns or sets the row index where the current record will be positioned. The ActiveRowChanged event occurs when setting this property.

Syntax

object.ActiveRow [=integer]

Part Description
object An object expression that evaluates to an object in the Applies To list.
integer A numeric expression that specifies the row where the current record is placed.

Remarks

The property value must be between 1 and the value of the VisibleRows property.

The row index is 1-based, and setting the property to 0 is not allowed. However, when 0 is returned, it indicates that the current record is scrolled out of view.

When the DataRepeater control displays the beginning or end of a recordset, it's possible that the ActiveRow won't have a logical setting. For example, if the current record is the last in the recordset, setting the ActiveRow to 2 or 1 when the VisibleRows is 3, is an invalid setting.